home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
usr
/
sbin
/
lm-syslog-setup
< prev
next >
Wrap
Text File
|
2008-10-24
|
416b
|
15 lines
#! /bin/sh
set -e
if [ ! -f /etc/laptop-mode/laptop-mode.conf -o ! -f /usr/sbin/laptop_mode ] ; then
echo Laptop mode does not seem to be installed.
exit 1
fi
echo "lm-syslog-setup is no longer supported. Please use the module"
echo "configuration-file-control, which provides similar funcionality. It is"
echo "configured using the file:"
echo " /etc/laptop-mode/conf.d/configuration-file-control.conf."